projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d65430a
)
(unforward-rmail-message): Add autoload declaration.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 4 Mar 1996 20:27:17 +0000
(20:27 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 4 Mar 1996 20:27:17 +0000
(20:27 +0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index 1758f2dbd49e63360f9f4344a5a6e90d0c2d3fbe..ad3e47799089e5ffe62d0f81c390d73358c34e88 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-2690,6
+2690,12
@@
buffer visiting that file."
Leaves original message, deleted, before the undigestified messages."
t)
+(autoload 'unforward-rmail-message "undigest"
+ "Extract a forwarded message from the containing message.
+This puts the forwarded message into a separate rmail message
+following the containing message."
+ t)
+
(provide 'rmail)
;;; rmail.el ends here